Skip to main content
GET
/
license
Get license features
curl --request GET \
  --url https://your_a2_service/license
{
  "analytic": [
    "advertiser"
  ],
  "campaign": [
    "impression"
  ],
  "creative": [
    "display"
  ],
  "media_library": [
    "local"
  ],
  "name": "<string>",
  "notification": [
    "adm"
  ]
}

Response

200 - application/json

Successful Response

Schema representing the feature tier configuration.

This defines what features and capabilities are available for a given license tier. The features are grouped into different categories like campaign types, media storage, creative formats, notification methods and analytics access.

analytic
enum<string>[]
required

Supported user roles to view analytics

represent analytic

Available options:
advertiser,
retailer
campaign
enum<string>[]
required

Supported campaign goals

represent campaign goal

Available options:
impression,
reach,
click,
conversion
creative
enum<string>[]
required

Supported creative types

represent creativeType

Available options:
display,
video,
native
media_library
enum<string>[]
required

Supported media library storage

represent media library

Available options:
local,
cloud
name
string
required

The name of the license tier

notification
enum<string>[]
required

Supported notification types

represent notification

Available options:
adm,
slack,
email